home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 November: Tool Chest / Dev.CD Nov 98 TC.toast / Sample Code / Networking / GetPPPStatus / headers / TrapUtils.h < prev   
Encoding:
C/C++ Source or Header  |  1998-02-06  |  260 b   |  14 lines  |  [TEXT/CWIE]

  1. #ifndef TRAP_UTILS
  2. #define TRAP_UTILS
  3.  
  4.  
  5.  
  6. #include <OSUtils.h>
  7. #include <Traps.h>
  8.  
  9.  
  10. pascal Boolean    TrapAvailable        (UInt16 trapWord);
  11. pascal void *    MyGetTrapAddress    (UInt16 trapWord);
  12. pascal void     MySetTrapAddress    (UInt16 trapWord, void *);
  13.  
  14. #endif // TRAP_UTILS